Input for WinForms | ComponentOne
C1.Framework Namespace / RepeatButtonElement Class / RepeatButtonElement Constructor / RepeatButtonElement Constructor(Object[])
An System.Array of objects to display as content.

In This Topic
    RepeatButtonElement Constructor(Object[])
    In This Topic
    Initializes a new RepeatButtonElement with specified content.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ParamArray content() As Object _
    )
    public RepeatButtonElement( 
       params object[] content
    )

    Parameters

    content
    An System.Array of objects to display as content.
    See Also